.banner {
    margin-top: 7%;
}

.themes_box_content {
    font-family: var(--ThemesTextContentFont)
}

@keyframes rise_up {
    0% {
        opacity: 0;
        transform: translateY(120%)
    }

    to {
        opacity: 1;
        transform: translateY(0%)
    }
}

@keyframes carousel_img {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.h-reason .top_text {
    text-align: center
}

.h-reason .list {
    display: block;
    /* display: grid; */
    /* gap: 30px; */
    /* padding: 0 10.4%; */
    text-align: center;
    margin-top: 5%;
}

.h-reason .list .special_item {
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%
}

.h-reason .list .special_item .line_box {
    margin-top: 24px
}

.h-reason .list .special_item .line_box .i_title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

.h-reason .list .special_item .line_box .i_subtitle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

.h-reason .list .special_item .i_content {
    margin-top: 0;
    line-height: 2
}

@media screen and (max-width: 1000px) {
    .h-reason .list {
        gap: 15px;
        padding: 0
    }

    .h-reason .list .special_item .line_box {
        margin-top: 12px
    }
}

.h-reason {
    background-color: #FFFFFF;
    padding-top: 8%;
    padding-bottom: 8%;
}

.h-reason .list {
    grid-template-columns: repeat(3, 1fr);
}

.h-reason .top_text {
    color: #333333;
    font-size: 50px;
    font-weight: bold;
}

.h-reason .top_text a {
    text-decoration: none;
}

.h-reason .top_text a span {
    color: #333;
    text-align: center;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: normal;
}

.h-reason .top_text a span:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ef8d27;
    margin: 8px auto;
}

.h-reason .special_item.Special-1 .i_title {
    font-size: 50px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-1 .i_subtitle {
    font-size: 30px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-1 .i_content {
    font-size: 24px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-2 .i_title {
    font-size: 50px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-2 .i_subtitle {
    font-size: 30px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-2 .i_content {
    font-size: 24px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-3 .i_title {
    font-size: 50px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-3 .i_subtitle {
    font-size: 30px;
    color: #2c2b2b;
}

.h-reason .special_item.Special-3 .i_content {
    font-size: 24px;
    color: #2c2b2b;
}

@media screen and (max-width: 1000px) {
    .h-reason {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .h-reason .top_text {
        font-size: 24px;
    }

    .h-reason .special_item.Special-1 .i_title {
        font-size: 40px;
    }

    .h-reason .special_item.Special-1 .i_subtitle {
        font-size: 40px;
    }

    .h-reason .special_item.Special-1 .i_content {
        font-size: 18px;
    }

    .h-reason .special_item.Special-2 .i_title {
        font-size: 40px;
    }

    .h-reason .special_item.Special-2 .i_subtitle {
        font-size: 40px;
    }

    .h-reason .special_item.Special-2 .i_content {
        font-size: 18px;
    }

    .h-reason .special_item.Special-3 .i_title {
        font-size: 40px;
    }

    .h-reason .special_item.Special-3 .i_subtitle {
        font-size: 40px;
    }

    .h-reason .special_item.Special-3 .i_content {
        font-size: 18px;
    }
}

.h-application .top_title {
    text-align: center;
    margin-bottom: 85px
}

.h-application .top_title .t_title {
    line-height: 1.4
}

.h-application .top_title .t_content {
    margin-top: 25px;
    line-height: 1.625;
    padding: 0 16%
}

.h-application .top_title .t_content:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 8px auto 20px auto;
}

.h-application .item_container {
    font-size: 0;
    position: relative;
}

.h-application .item_container .srcoll_list .srcoll_btn {
    position: absolute;
    bottom: -60px;
    font-family: "iconfont" !important;
    font-size: 26px;
    left: 50%;
    transform: translateX(70%);
    color: #6e9df0;
    display: none;
}

.h-application .item_container .srcoll_list .srcoll_btn:hover {
    color: #ffffff
}

.h-application .item_container .srcoll_list .srcoll_btn.srcoll_btn_prev::after {
    content: "\e63c"
}

.h-application .item_container .srcoll_list .srcoll_btn.srcoll_btn_next::after {
    content: "\e641"
}

.h-application .item_container .srcoll_list .srcoll_btn.srcoll_btn_prev {
    transform: translateX(-150%)
}

.h-application .item_container .item_box {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    vertical-align: top
}

.h-application .item_container .item_box .img_box {
    overflow: hidden
}

.h-application .item_container .item_box:last-child {
    margin-right: 0
}

.h-application .item_container .item_box .content_box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0 8.3%;
    box-sizing: border-box
}

.h-application .item_container .item_box .content_box .title_box {
    padding: 0 10% 0 0;
    line-height: 1.8;
}

.h-application .item_container .item_box .content_box .box_icon {
    display: inline-block;
    position: relative;
    margin-top: 38px
}

.h-application .item_container .item_box .content_box .box_icon::after {
    position: absolute;
    transition: all 0.3s;
    content: '';
    width: 0
}

.h-application .item_container .item_box .content_box .box_icon:hover::after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0
}

.h-application a:hover {
    text-decoration: none
}

.h-application .item_box::after {
    transition: all 0.3s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

@media screen and (max-width: 1000px) {
    .h-application .top_title {
        margin-bottom: 30px
    }

    .h-application .top_title .t_content {
        padding: 0;
        margin-top: 12px
    }

    .h-application .item_container .item_box .content_box .box_icon {
        margin-top: 16px
    }

    .h-application .item_container .item_box .content_box .title_box {
        padding: 0
    }

    .h-application .item_container .srcoll_list .srcoll_btn {
        font-size: 20px;
        bottom: -40px
    }
}

.h-application .item_box.Poster-1 .box_icon {
    font-family: OpenSans-Bold;
    color: #ffffff;
    background-color: #ef8d27;
    border: 1px solid #00000000;
    font-size: 24px;
    border-radius: 35px !important;
    text-align: center;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-application .item_box.Poster-1 .box_icon:hover {
    color: #ffffff;
    background-color: #00000000;
    border: 1px solid #ffffff;
}

.h-application .item_box.Poster-2 .box_icon {
    font-family: OpenSans-Bold;
    color: #ffffff;
    background-color: #193e8d;
    border: 1px solid #00000000;
    font-size: 24px;
    border-radius: 35px !important;
    text-align: center;
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-application .item_box.Poster-2 .box_icon:hover {
    color: #ffffff;
    background-color: #00000000;
    border: 1px solid #ffffff;
}

.h-application {
    background-color: #193e8d;
    padding-top: 8%;
    padding-bottom: 10%;
}

.h-application .top_title .t_title>a {
    color: #ffffff;
    font-size: 48px;
}

.h-application .top_title .t_content {
    color: rgba(255, 255, 255, .6);
    font-size: 24px;
}

.h-application .top_title .t_content span {
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-top: 1%;
}

.h-application .item_box.Poster-1:hover::after {
    background-color: rgba(0, 0, 0, 0%);
}

.h-application .item_box.Poster-1 .title_box {
    color: #ffffff;
    font-size: 38px;
}

.h-application .item_box.Poster-2:hover::after {
    background-color: rgba(0, 0, 0, 0%);
}

.h-application .item_box.Poster-2 .title_box {
    color: #ffffff;
    font-size: 46px;
}

@media screen and (max-width: 1000px) {
    .h-application {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .h-application .top_title .t_title {
        font-size: 24px;
    }

    .h-application .top_title .t_content {
        font-size: 16px;
    }

    .h-application .item_box.Poster-1 .title_box {
        font-size: 24px;
    }

    .h-application .item_box.Poster-2 .title_box {
        font-size: 24px;
    }
}

.h-products .txt_box {
    text-align: center
}

.h-products .txt_box .txt_title {
    text-decoration: none
}

.h-products .txt_box .txt_title span,
.h-news .top_title .t_title>a span {
    font-size: 38px;
}

.h-products .txt_box .txt_title span:before,
.h-news .top_title .t_title>a span:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #ef8d27;
    margin: 8px auto;
}

.h-products .title_slide {
    text-align: center;
    font-size: 0;
    margin-top: 60px
}

.h-products .title_slide span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 30px;
    padding: 6px 22px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px
}

.h-products .products_box .list_box {
    display: none
}

.h-products .products_box .list_box.current {
    display: block
}

.h-products .list_wrapper {
    display: grid;
    gap: 30px;
    margin-top: 60px
}

.h-products .list_wrapper .themes_prod .pic_box {
    overflow: hidden
}

.h-products .list_wrapper .themes_prod .pic_box .compute_item_img{
    border: 1px solid #eee;
}

.h-products .list_wrapper .themes_prod .name {
    margin-top: 6%;
    line-height: 1.625
}

.h-products .list_wrapper .themes_prod .name a {
    display: -webkit-box;
    overflow: hidden;
    font-size: 20px;
    text-decoration: none;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #ef8d27;
}

.h-products .list_wrapper .themes_prod .item_price {
    margin-top: 15px;
    font-size: 22px
}

.h-products .list_wrapper .themes_prod .brief {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    margin-top: 1%;
    line-height: 1.75;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.h-products .products_box .button_box {
    margin-top: 30px;
    text-align: center
}

.h-products .products_box .button {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px
}

@media screen and (max-width: 1000px) {
    .h-products .title_slide {
        text-align: left;
        overflow-x: auto;
        margin-top: 25px
    }

    .h-products .list_wrapper {
        gap: 15px;
        margin-top: 20px
    }

    .h-products .list_wrapper>.themes_prod {
        width: 100%;
        margin-bottom: 25px
    }

    .h-products .list_wrapper .themes_prod {
        float: left;
        margin-right: 15px
    }

    .h-products .list_wrapper .themes_prod .name {
        margin-top: 15px
    }

    .h-products .list_wrapper .themes_prod .item_price {
        font-size: 20px
    }

    .h-products .list_wrapper .themes_prod .button_box {
        margin-top: 15px
    }

    .h-products .title_slide span {
        margin: 0 10px 10px
    }
}

.h-products .products_box .list_box.Products-1 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-1 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products .products_box .list_box.Products-2 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-2 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products .products_box .list_box.Products-3 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-3 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products .products_box .list_box.Products-4 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-4 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products .products_box .list_box.Products-5 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-5 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products .products_box .list_box.Products-6 .button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #004297;
    border: 1px solid #00000000;
    font-size: 12px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.h-products .products_box .list_box.Products-6 .button:hover {
    color: #000000;
    background-color: #ffcc00;
    border: 1px solid #00000000;
}

.h-products {
    padding-top: 8%;
    padding-bottom: 2%;
    background-color: #ffffff;
}

.h-products .txt_box .txt_title {
    font-size: 50px;
    color: #2c2b2b;
}

.h-products .list_wrapper {
    grid-template-columns: repeat(3, calc((100% - 60px) / 3));
    text-align: center;
}

.h-products .title_slide span.Products-1 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-1:hover,
.h-products .title_slide span.Products-1.cur {
    color: #193e8d;
}

.h-products .title_slide span.Products-2 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-2:hover,
.h-products .title_slide span.Products-2.cur {
    color: #193e8d;
}

.h-products .title_slide span.Products-3 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-3:hover,
.h-products .title_slide span.Products-3.cur {
    color: #193e8d;
}

.h-products .title_slide span.Products-4 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-4:hover,
.h-products .title_slide span.Products-4.cur {
    color: #193e8d;
}

.h-products .title_slide span.Products-5 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-5:hover,
.h-products .title_slide span.Products-5.cur {
    color: #193e8d;
}

.h-products .title_slide span.Products-6 {
    color: #2c2b2b;
}

.h-products .title_slide span.Products-6:hover,
.h-products .title_slide span.Products-6.cur {
    color: #193e8d;
}

@media screen and (max-width: 1000px) {
    .h-products {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .h-products .list_wrapper {
        grid-template-columns: repeat(3, calc((100% - 30px) / 3));
    }

    .h-products .txt_box .txt_title {
        font-size: 24px;
    }
}

.h-news .top_title {
    text-align: center
}

.h-news .item_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 56px
}

.h-news .item_container .item_left {
    width: 52.5%;
    overflow: hidden
}

.h-news .item_container .item_right {
    width: 40.625%
}

.h-news .item_container .item_right .item_info {
    padding-bottom: 3%;
    margin-bottom: 5%;
    border-bottom: 1px solid #dbdbdb
}

.h-news .item_container .item_right .item_info .i_title {
    line-height: 1.625
}

.h-news .item_container .item_right .item_info .i_link {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px
}

.h-news a:hover {
    text-decoration: none
}

@media screen and (max-width:1000px) {
    .h-news .item_container {
        flex-wrap: wrap
    }

    .h-news .item_container .item_left {
        width: 100%
    }

    .h-news .item_container .item_right {
        width: 100%;
        margin-top: 25px
    }

    .h-news .item_container .item_right .item_info {
        padding-bottom: 26px;
        margin-bottom: 18px
    }

    .h-news .item_container .item_right .item_info .i_link {
        font-size: 14px;
        margin-top: 12px
    }
}

.h-news {
    background-color: #ffffff;
    padding-top: 65px;
    padding-bottom: 120px;
}

.h-news .top_title .t_title>a {
    color: #2c2b2b;
    font-size: 50px;
}

.h-news .item_right .item_info.Poster-1 .i_title {
    color: #00203d;
    font-size: 24px
}

.h-news .item_right .item_info.Poster-1 .i_link {
    color: #ef8d27;
}

.h-news .item_right .item_info.Poster-1 .i_link:hover {
    color: #193e8d;
}

.h-news .item_right .item_info.Poster-2 .i_title {
    color: #00203d;
    font-size: 24px
}

.h-news .item_right .item_info.Poster-2 .i_link {
    color: #ef8d27;
}

.h-news .item_right .item_info.Poster-2 .i_link:hover {
    color: #193e8d;
}

.h-news .item_right .item_info.Poster-3 .i_title {
    color: #00203d;
    font-size: 24px
}

.h-news .item_right .item_info.Poster-3 .i_link {
    color: #ef8d27;
}

.h-news .item_right .item_info.Poster-3 .i_link:hover {
    color: #193e8d;
}

@media screen and (max-width: 1000px) {
    .h-news {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .h-news .top_title .t_title>a {
        font-size: 24px;
    }

    .h-news .item_right .item_info.Poster-1 .i_title {
        font-size: 18px
    }

    .h-news .item_right .item_info.Poster-2 .i_title {
        font-size: 18px
    }

    .h-news .item_right .item_info.Poster-3 .i_title {
        font-size: 18px
    }
}

.h-contact .poster_box {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap
}

.h-contact .poster_box .item {
    position: relative;
    overflow: hidden
}

.h-contact .poster_box .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none
}

.h-contact .poster_box .item .info_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-sizing: border-box;
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box
}

.h-contact .poster_box .item .button {
    margin-top: 32px
}

.h-contact .poster_box .item .button .i_button {
    display: inline-block;
    text-decoration: none
}

@media screen and (max-width: 1000px) {
    .h-contact .poster_box .item .info_text {
        padding: 16px
    }

    .h-contact .poster_box .item .button {
        margin-top: 12px
    }
}

.h-contact .item.Poster-1 .i_button {
    /* font-family: OpenSans-Bold; */
    color: #FFFFFF;
    background-color: #00000000;
    border: 1px solid #ffffff;
    font-size: 16px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.h-contact .item.Poster-1 .i_button:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.h-contact .item.Poster-2 .i_button {
    font-family: OpenSans-Bold;
    color: #FFFFFF;
    background-color: #00000000;
    border: 1px solid #ffffff;
    font-size: 16px;
    border-radius: 36px !important;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.h-contact .item.Poster-2 .i_button:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.h-contact {
    padding-top: 0px;
    padding-bottom: 0px;
}

.h-contact .item {
    width: 100%;
}

.h-contact .item.Poster-1:before {
    background-color: rgba(0, 0, 0, 0%);
}

.h-contact .item.Poster-1 .i_title {
    font-size: 40px;
    color: #FFFFFF;
}

.h-contact .item.Poster-2:before {
    background-color: rgba(0, 0, 0, 0%);
}

.h-contact .item.Poster-2 .i_title {
    font-size: 40px;
    color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
    .h-contact {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .h-contact .item.Poster-1 .i_title {
        font-size: 24px;
    }

    .h-contact .item.Poster-2 .i_title {
        font-size: 24px;
    }
}


.h-contact .compute_item_img .compute_process_img {
    padding-top: 30%;
    background: #674f9e;
    background: linear-gradient(to right, #193e8d, #1f76b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193e8d', endColorstr='#1f76b3', GradientType=1);
    background: -webkit-linear-gradient(left, #193e8d, #1f76b3);
    background: -o-linear-gradient(right, #193e8d, #1f76b3);
}

@media screen and (max-width: 767px){
    .h-reason .list{
        display: block;
    }
    .h-application .item_container .item_box{
        width: 100% !important;
        display: block;
        margin-bottom: 5%;
    }
    .h-application .compute_item_img .compute_process_img{
        padding-top: 30% !important;
    }
    .h-application .item_box.Poster-1 .box_icon{
        font-size: 16px;
    }
    .h-application .top_title .t_title>a{
        font-size: 38px;
    }

    .h-products .list_wrapper{
        grid-template-columns: repeat(1, calc((100% - 0px) / 1));
    }
    .h-contact .compute_item_img .compute_process_img{
        padding-top: 60% !important;
    }
}